[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
TempMessageBox
Purpose Displays a temporary message on the screen inside a box.
Decln. TempMessageBox(X,Y,F,B,BoxType:byte;Str:StrScreen);
Remarks X, Y are the coordinates of the first character of the message.
F, B are the foreground and background display colors.
BoxType is the box border code. Use the same codes as for Box in
FastTTT5.
Str is the message to display.
Example
BEGIN
TEMPMESSAGEBOX(10,13,YELLOW,RED,2,'REMOVE THE DISKETTE FROM DRIVE A');
END;
See Also:
TempMessageCh
TempMessage
TempMessageBoxCh
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson